Session Security Indicators
When calling theJMSetVerifyMode
function, you use theCodeVerifierOptions
type to specify which Java code should be run through the verifier before execution.
enum CodeVerifierOptions { eDontCheckCode = 0, eCheckRemoteCode, eCheckAllCode };Constant descriptions
When calling the
eDontCheckCode
- Don't verify any code.
eCheckRemoteCode
Verify any code that is read from a network.
eCheckAllCode
- Verify all code.
JMSetProxyInfo
function you must use theJMProxyType
type to specify the type of proxy to use.
enum JMProxyType { eHTTPProxy = 0, eFirewallProxy, eFTPProxy };Constant descriptions
eHTTPProxy
- An HTTP proxy
eFirewallProxy
- A firewall proxy
eFTPProxy
- An FTP proxy